using System;
using System;
using Object = UnityEngine.Object;

namespace Animancer
{
    public sealed class ThresholdLabelAttribute : Attribute
    {
        public ThresholdLabelAttribute(string label)
        {
            throw new NotImplementedException();
        }
    }
}